'Declaration
Public Overloads Sub CopyFrom(Of T As {New, Struct})( _
ByVal buffer() As T, _
ByVal offset As System.Integer, _
ByVal count As System.Integer _
)
public void CopyFrom<T>(
T[] buffer,
System.int offset,
System.int count
)
where T: new(), struct